From: John Crispin Date: Fri, 12 Feb 2016 08:30:00 +0000 (+0000) Subject: kernel/modules: rename kmod-ipvti to kmod-ip-vti X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0dcc305fe39142bc2aa1671c9c90e032cf36925d;p=openwrt%2Fsvn-archive%2Farchive.git kernel/modules: rename kmod-ipvti to kmod-ip-vti Signed-off-by: Stijn Tintel SVN-Revision: 48702 --- diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index b1cce0b2d2..cbf2ffbd35 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -404,7 +404,7 @@ endef $(eval $(call KernelPackage,iptunnel)) -define KernelPackage/ipvti +define KernelPackage/ip-vti SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=IP VTI (Virtual Tunnel Interface) DEPENDS:=+kmod-iptunnel +kmod-iptunnel4 +kmod-ipsec4 @@ -413,11 +413,11 @@ define KernelPackage/ipvti AUTOLOAD:=$(call AutoLoad,33,ip_vti) endef -define KernelPackage/ipvti/description +define KernelPackage/ip-vti/description Kernel modules for IP VTI (Virtual Tunnel Interface) endef -$(eval $(call KernelPackage,ipvti)) +$(eval $(call KernelPackage,ip-vti)) define KernelPackage/iptunnel4